projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f42ceab
)
; * lisp/mail/mailabbrev.el: Comment.
author
Glenn Morris
<rgm@gnu.org>
Tue, 19 May 2015 00:53:11 +0000
(20:53 -0400)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 19 May 2015 00:53:11 +0000
(20:53 -0400)
lisp/mail/mailabbrev.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailabbrev.el
b/lisp/mail/mailabbrev.el
index 2f349b99bb60fd1ecbe512b19c3c63931cf752ca..f974f2083dcba891562872aaa0518758b6436819 100644
(file)
--- a/
lisp/mail/mailabbrev.el
+++ b/
lisp/mail/mailabbrev.el
@@
-603,7
+603,7
@@
In other respects, this behaves like `end-of-buffer', which see."
(eval-after-load "sendmail"
'(progn
(define-key mail-mode-map "\C-c\C-a" 'mail-abbrev-insert-alias)
- (define-key mail-mode-map "\e\t" ; like
lisp-complete-symbol
+ (define-key mail-mode-map "\e\t" ; like
completion-at-point
'mail-abbrev-complete-alias)))
;;(define-key mail-mode-map "\C-n" 'mail-abbrev-next-line)